From: Richard M. Stallman Date: Tue, 27 Jul 1993 07:51:55 +0000 (+0000) Subject: [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94760 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=24a5451a04cd1fb4b19c9f5fd3ff501b40985bb5;p=emacs.git [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case. --- diff --git a/src/m/delta88k.h b/src/m/delta88k.h index 3b324d0059c..e6f7c0e7cc8 100644 --- a/src/m/delta88k.h +++ b/src/m/delta88k.h @@ -142,10 +142,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * we have the wrong name for networking libs */ -#undef LIBX11_SYSTEM #ifdef USG5_4 -#define LIBX11_SYSTEM -lX11 +/* rms: not needed; LIB_X11_LIB deals with this. */ +/* #define LIBX11_SYSTEM -lX11 */ #else +#undef LIBX11_SYSTEM #define LIBX11_SYSTEM -lnsl -lbsd #endif /* USG5_4 */